libkovan
1
The kovan standard library
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
datalog.h
Go to the documentation of this file.
1
#ifndef _DATALOG_H_
2
#define _DATALOG_H_
3
4
#include "
export.h
"
5
6
#ifdef __cplusplus
7
extern
"C"
{
8
#endif
9
10
EXPORT_SYM
void
datalog_remove_category
(
const
char
*name);
11
12
EXPORT_SYM
void
datalog_append_string
(
const
char
*text,
const
char
*category);
13
EXPORT_SYM
void
datalog_append_number
(
double
number,
const
char
*category);
14
15
EXPORT_SYM
void
datalog_remove
(
int
index,
const
char
*category);
16
17
EXPORT_SYM
int
datalog_write_plain
(
const
char
*path);
18
EXPORT_SYM
int
datalog_write_csv
(
const
char
*path);
19
20
EXPORT_SYM
void
datalog_clear
();
21
22
#ifdef __cplusplus
23
}
24
#endif
25
26
#endif
include
kovan
datalog.h
Generated on Mon Aug 19 2013 00:33:00 for libkovan by
1.8.4